Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.core.runtime.Preferences

Packages that use Preferences
org.eclipse.ant.core Provides support for running the Ant build tool in the platform. 
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry. 
 

Uses of Preferences in org.eclipse.ant.core
 

Methods in org.eclipse.ant.core with parameters of type Preferences
protected  Task[] AntCorePreferences.extractTasks(Preferences prefs, String[] tasks)
           
protected  Type[] AntCorePreferences.extractTypes(Preferences prefs, String[] types)
           
protected  Property[] AntCorePreferences.extractProperties(Preferences prefs, String[] properties)
           
protected  void AntCorePreferences.updateTasks(Preferences prefs)
           
protected  void AntCorePreferences.updateTypes(Preferences prefs)
           
protected  void AntCorePreferences.updateProperties(Preferences prefs)
           
protected  void AntCorePreferences.updateAdditionalEntries(Preferences prefs)
           
protected  void AntCorePreferences.updateAntHomeEntries(Preferences prefs)
           
protected  void AntCorePreferences.updatePropertyFiles(Preferences prefs)
           
 

Uses of Preferences in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return Preferences
 Preferences Plugin.getPluginPreferences()
          Returns the preference store for this plug-in.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.